projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ce38b
)
docs: Reword GtkTreeView question 28
author
Björn Daase
<bjoern@daase.net>
Fri, 21 Aug 2020 13:34:38 +0000
(15:34 +0200)
committer
Björn Daase
<bjoern@daase.net>
Fri, 21 Aug 2020 13:35:29 +0000
(15:35 +0200)
docs/reference/gtk/question_index.md
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/question_index.md
b/docs/reference/gtk/question_index.md
index ac7a174b194685f3db2cc930ac943db2657c3607..e5e71174bfacde63264d8f23e0c4631b33533f57 100644
(file)
--- a/
docs/reference/gtk/question_index.md
+++ b/
docs/reference/gtk/question_index.md
@@
-445,7
+445,7
@@
the question you have, this list is a good place to start.
gtk_list_store_set() and gtk_tree_store_set(), but can't read it back?
Both the #GtkTreeStore and the #GtkListStore implement the #GtkTreeModel
- interface.
Consequently
, you can use any function this interface
+ interface.
As a consequence
, you can use any function this interface
implements. The easiest way to read a set of data back is to use
gtk_tree_model_get().